Skip to content

fix: gsoc via pushsync#465

Merged
acha-bill merged 6 commits intomasterfrom
gsoc-pushsync
Feb 28, 2025
Merged

fix: gsoc via pushsync#465
acha-bill merged 6 commits intomasterfrom
gsoc-pushsync

Conversation

@acha-bill
Copy link
Contributor

@acha-bill acha-bill commented Feb 27, 2025

A SOC can arrive at a node via push sync or pull sync.
With pull sync, you might not get all chunk versions because the newer version would have overridden the older one on the upstream node by the time you sync.

This issue doesn't exist when the listener node receives the chunk via pushsync as it will receive the chunk immediately after it is pushed. Effectively receiving all versions.

This PR ensures that the listener gets the chunk via push sync and such, we can verify consistently that it receives all versions.

@acha-bill acha-bill changed the title fix: force gsoc via pushsync fix: gsoc via pushsync Feb 27, 2025
Copy link
Member

@janos janos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@acha-bill acha-bill merged commit 81c573a into master Feb 28, 2025
3 checks passed
@acha-bill acha-bill deleted the gsoc-pushsync branch February 28, 2025 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants